home *** CD-ROM | disk | FTP | other *** search
/ Die Speccy' 97 / Die Speccy' 97.iso / amiga_system / the_aminet / comm / cnet / wordo.lha / wordo2.3.docs < prev    next >
Text File  |  1995-10-07  |  15KB  |  270 lines

  1. /**************************************************************************\
  2.               $VER: WORDO Docs, v2.3 (7-Oct-95) by Dotoran!
  3. \**************************************************************************/
  4. options results ; signal on SYNTAX ; signal on ERROR ; signal on IOERR
  5. tr=transmit ; se=sendstring ; gc=getchar
  6. getuser 15 ; ac=result ; changewhere 'Wordo 2.3 Docs'
  7.  
  8. wordopath = 'pfiles:single/Wordo2.3'   /* Modify this to suit your needs! */
  9.    access = 31                         /* Access Group of SysOp (ID#1)    */
  10.  
  11. START:
  12.     tr 'f1z1c6   WORDO Documentation File   z0n1'
  13.     tr 'c71c6. c2General object of the game.'
  14.     tr 'c72c6. c5Selecting your word & guesses.'
  15.     tr 'c73c6. c2Using the HINT option.'
  16.     tr 'c74c6. c5What is on the playing screen.'
  17.     tr 'c75c6. c2Using the eliminating alphabets.'
  18.     tr 'c76c6. c5Getting points in the game.'
  19.     tr 'c77c6. c2Quit this file.'
  20.     if ac=access then tr 'c78c6. c5SysOp information.'
  21.     se 'n1c3   Your Choicec6: c7(c11c7-c17c7)c6: c3'
  22.     getchar ; an=result ; call CUTOFF ; tr an
  23.     if an<1 | an>8 then signal START
  24.     if an=1 then signal OBJECT
  25.     if an=2 then signal SELECTING
  26.     if an=3 then signal HINT
  27.     if an=4 then signal PLAYSCREEN
  28.     if an=5 then signal ALPHABETS
  29.     if an=6 then signal SCORING
  30.     if an=7 then signal QUIT
  31.     if an=8 & ac=access then signal SYSOP
  32.   signal START
  33.  
  34. OBJECT:
  35.     tr 'f1z7c1 The Object of Wordo z0n1c6'
  36.     se '    Welcome to c2WORDOc6, the ultimate word game.  Your job in playing '
  37.     se 'this game is to try and guess the computers 5-letter word, while at '
  38.     se 'the same time, he will be trying to guess c2YOUR c6word.n2'
  39.     se '    The game has a built-in dictionary of over c2500 c6five letter '
  40.     se 'words that you can choose from.  So that the computer can play '
  41.     se 'with(or is it against) you, it is necessary to make your initial '
  42.     se 'word choice, as well as subsequent guesses from this dictionary.n2'
  43.     se '    If you can reach a top score of c250 c6or higher, you can have '
  44.     se 'your name added to the c2HIGH SCORES c6list.n2Good Luck!n2'
  45.   signal CONTINUE
  46.  
  47. SELECTING:
  48.     tr 'f1z7c4 Selecting and Choosing Words z0n1c6'
  49.     se '    At the beginning of the game, and after the game starts, '
  50.     se 'you will be asked to choose a word.n2'
  51.     se '    In the beginning, you will need to choose which word you '
  52.     se 'would like the computer to try and guess.  When the game starts '
  53.     se 'you will need to choose words as guesses for c2HIS c6word.n2'
  54.     se '    The dictionary was written to be an easy to use tool.  It '
  55.     se 'will display 5 five-letter words from the alphabet.  You can '
  56.     se 'look c2FORWARD c6or c2BACKWARD c6into the dictionary.  Each time you '
  57.     se 'choose one of these movement options, you will be moved five '
  58.     se 'positions forward(or backward) into the dictionary.n2'
  59.     se '    You may also be asked for a c2START LETTERc6.  This is an '
  60.     se 'easy way for you to jump right to the letter of your choice '
  61.     se 'in the dictionary.n2'
  62.     se '    When you find the word that you would like to use, c2AND c6that '
  63.     se 'word is presently displayed on the screen, you can select it '
  64.     se 'simply by pressing its number.n2'
  65.   signal CONTINUE
  66.  
  67. HINT:
  68.     tr 'f1z7c1 The Hint Option z0n1c6'
  69.     se '    Provided the c2HINT c6option has been activated(by your SysOp), '
  70.     se 'and provided you said you wished to use this option, the game '
  71.     se 'will award you a hint for every 5 pips(or points) you obtain.n2'
  72.     se '    The c2HINT c6is that the c2AMIGA c6will show you one of the '
  73.     se 'letters in his word, starting at the c2RIGHT c6side of the word.  So, '
  74.     se 'after your first 5 pips, he will show you the c2LAST c6letter in his '
  75.     se 'word.  After 10 pips, you will be shown the c2FOURTH c6letter in his '
  76.     se 'word, etc. until his entire word has been shown.n2'
  77.   signal CONTINUE
  78.  
  79. PLAYSCREEN:
  80.     tr 'f1z7c4 The Playing Screen z0n1c6'
  81.     se '    The playing screen is where the actual c2GAME PLAY c6is done. '
  82.     se 'Your guesses are displayed in the two columns on the left of '
  83.     se 'the screen.  Your opponent(the c2AMIGAc6) has his guesses in the '
  84.     se 'two columns on the right.  Pips(points) are displayed next to '
  85.     se 'your guesses.n2'
  86.     se '    The word you chose for him to figure out is displayed '
  87.     se 'at the top of the screen, between your guesses and his guesses, '
  88.     se 'just in case you forget it.n2'
  89.     se '    Below the guesses on the left are your five eliminating '
  90.     se 'alphabets(described in the next section), and on the right '
  91.     se 'is the alphabetical list of words you choose for your guesses.n2'
  92.     se '    At the bottom left of the screen is a menu of possible '
  93.     se 'commands.  At the right are the menu prompts.  Various pieces of '
  94.     se 'information will be displayed in this area, so keep a watchful '
  95.     se 'eye in this corner.n2'
  96.     se '    Your c2HINTc6, if selected, will be shown in the bottom left '
  97.     se 'corner, under the word c2MENUc6.n2'
  98.   signal CONTINUE
  99.  
  100. ALPHABETS:
  101.     tr 'f1@4z7c1 The Eliminating Alphabets z0n1c6'
  102.     se '    The five alphabets displayed below your guesses have been '
  103.     se 'included as a means of helping you solve his word. After every '
  104.     se 'guess you make, you will be given a certain number of pips. This '
  105.     se 'number will range from 0 to 5. Each pip you are given states that '
  106.     se 'one of the letters in your word matches perfectly with one of '
  107.     se 'the letters in your opponents chosen word.n2'
  108.     se '    For example, if his word was c2LEDGEc6, and you guessed c2WEDGEc6, '
  109.     se 'you would be given 4 pips, because the letters: c2E D Gc6, and c2E c6'
  110.     se 'were all found to be in those positions in his word. If it helps '
  111.     se 'you, these pips are figured out exactly the way the black pegs '
  112.     se 'are given to you, while playing the game Mastermind.n2'
  113.     se '    Now, after you know how many pips a guess is worth, you can '
  114.     se 'start using the alphabets.n2'
  115.     se '    The menu options: c2STRIKEc6, c2REPLACEc6, c2HIGHLIGHTc6, and c2CHOOSE c6are '
  116.     se 'all used while in the Alphabet mode. You are in the Alphabet mode '
  117.     se 'if the prompt on the right says c2MENUc6.n2'
  118.     se 'Press any key to continue...g1' ; call CUTOFF
  119.     tr 'f1@4z7c1 The Eliminating Alphabets - Page 2 z0n1c6'
  120.     se '    The alphabets are numbered 1-5 to correspond to the five '
  121.     se 'letters in your opponents word. The first alphabet would be '
  122.     se 'used for the first letter of his word, etc.n2'
  123.     se '    Use the c2STRIKE c6option to erase a letter that you have found '
  124.     se 'to NOT be in his word. A pip score of zero is quite handy when '
  125.     se 'using this option.n2'
  126.     se '    Use the c2REPLACE c6option to insert a letter back into an '
  127.     se 'alphabet after it has either been deleted(using c2STRIKEc6), or '
  128.     se 'highlighted(using c2HIGHLIGHTc6).n2'
  129.     se '    Use the c2HIGHLIGHT c6option to highlight a letter in one of '
  130.     se 'the alphabets, if you think that that may be the letter that '
  131.     se 'is found in that position. You can highlight letters, even if '
  132.     se 'they had been previously deleted(using the c2STRIKE c6option).n2'
  133.     se '    The c2CHOOSE c6option was included as a means of jumping to '
  134.     se 'the alphabet of your choice. The game will advance you to the '
  135.     se 'next alphabet after the completion of a c2STRIKEc6, c2REPLACEc6, or '
  136.     se 'c2HIGHLIGHT c6option has been performed. This is desirable in some '
  137.     se 'instances, but may not be in others, thus we have c2CHOOSEc6.n2'
  138.   signal CONTINUE
  139.  
  140. SCORING:
  141.     tr 'f1z7c4 How Scoring is Accomplished z0n1c6'
  142.     se '    To the left of each guess you make is a number. We shall call '
  143.     se 'this the Wordo Score. To the right of each guess is your Pip '
  144.     se 'Score.n2'
  145.     se '    The winners score is computed as follows:n2'
  146.     se '        Wordo Score(from last guess) + c2ALL c6Pip Scoresn2'
  147.     se '    The losers score is computed as follows:n2'
  148.     se '        c2ALL c6Pip Scores added togethern2'
  149.     se '    If your score is higher than one of the c2HIGH SCORES c6on file, '
  150.     se 'then you will be added to the High Score File.n2'
  151.     se '    The SysOp may have the Alias Feature turned on. If s/he does, '
  152.     se 'then you will be asked if you wish to have your Handle used in '
  153.     se 'the High Score File, or if you wish to enter another name in '
  154.     se 'place of your Handle...n2'
  155.   signal CONTINUE
  156.  
  157. SYSOP:
  158.     tr 'f1z4c3 SysOp Information z0n1'
  159.     tr '    c71c6. c2Maintenance Mode'
  160.     tr '    c72c6. c5Thinking Modes'
  161.     tr '    c73c6. c2Game Conception'
  162.     tr '    c74c6. c5Return to Menun1'
  163.     se 'c7Your Choicec6: c7(c31c7-c34c7)c6: c5'
  164.     getchar ; an=result ; call CUTOFF ; tr an
  165.     if an=4 then signal START
  166.     if an=1 then signal MAINT
  167.     if an=2 then signal THINK
  168.     if an=3 then signal GAME
  169.   signal SYSOP
  170.  
  171. MAINT:
  172.     tr 'f1z1c3 The Wordo Maintenance Mode z0n1c5'
  173.     tr 'There are five maintenance options:n1'
  174.     tr '1. Reset - This will restart the High Scores file c2AND c5reset the'
  175.     tr '           maintenance controls to their c2DEFAULT c5values.n1'
  176.     tr '2. Amiga High Scores - The user is playing against the c2AMIGAc5.'
  177.     tr '           Sometimes the user will win, and sometimes the c2AMIGAc5.'
  178.     tr '           It is possible the c2AMIGA c5could get a High Score. Setting'
  179.     tr '           this option to c2YES c5allows the c2AMIGA c5to enter c3The Amiga!c5'
  180.     tr '           into the High Score file whenever it is worthy of this'
  181.     tr '           accomplishment. c7DEFAULT=YESn1c5'
  182.     tr '3. Allow Alias High Scores - Setting this option to c2YES c5will allow'
  183.     tr '           your users to enter any name of their choosing whenever'
  184.     tr '           they pull off a High Score. If set at c2NOc5, their Handle'
  185.     tr '           will be used in the High Score File. c7DEFAULT=YESn1c5'
  186.     tr 'c7Press any key now...g1' ; call CUTOFF
  187.     tr 'f1z1c3 The Wordo Maintenance Mode - Page 2 z0n1c5'
  188.     tr '4. Amiga Thinking Mode - This allows you to tell the c2AMIGA c5how'
  189.     tr '           quickly it can win the game. In c2GUESS c5mode, it will take'
  190.     tr '           its time winning, or may not win at all. In c2TRY c5mode, he'
  191.     tr '           will c2ALWAYS c5win the game, but takes his time doing it.'
  192.     tr '           Selecting c2THINK c5mode is making your players really work'
  193.     tr '           for their High Scores, because it will win within 10-15'
  194.     tr '           moves almost always. c7DEFAULT=THINKn1c5'
  195.     tr '5. Allow Hint Option - Selecting c2YES c5for this option will ask the'
  196.     tr '           player whether they wish to use the c2HINT c5option, but the'
  197.     tr '           final decision will always fall to the player. If c2NO c5is'
  198.     tr '           selected, the player will not even be asked. c7DEFAULT=YESn1c5'
  199.     tr 'c7Press any key to continue.g1'
  200.   signal SYSOP
  201.  
  202. THINK:
  203.     tr 'f1z1c7 The Amiga Thinking Modes z0n1c5'
  204.     tr '    The c2AMIGA c5uses two thinking modes, while playing c2WORDOc5.n1'
  205.     tr '    The first method used is that of Random Guessing.  In this'
  206.     tr 'mode, the c2AMIGA c5simply chooses any one of the c2570 c5words on file'
  207.     tr 'and uses it as the guess.n1'
  208.     tr '    The second method used is referred to as Extended Thinking'
  209.     tr 'mode, and is shown as a c1-E c5appended to its thinking time. In this'
  210.     tr 'mode, the c2AMIGA c5starts by choosing the first A word it knows.'
  211.     tr 'After that it selects a B word, then a C word, etc. thru a Z word.'
  212.     tr 'When it finishes a run through the alphabet, it starts by choosing'
  213.     tr 'the second A word, the second B word, etc. Sooner or later, it'
  214.     tr 'will come across the players word.n1'
  215.     tr 'c7Press any key now...g1' ; call CUTOFF
  216.     tr 'f1z1c7 The Amiga Thinking Modes - Page 2 z0n1c5'
  217.     tr '    Furthermore, whenever the c2AMIGA c5is given 0 Pip Points, it will'
  218.     tr 'remember those letters, and will c2NEVER c5select a guess if it uses'
  219.     tr 'one of those letters. This is legal play, if you think about it.'
  220.     tr 'The player could use his eliminating alphabets and do the same'
  221.     tr 'thing, but not nearly as fast as the c2AMIGAc5.n1'
  222.     tr '    Setting the Amiga Thinking Mode in Maintenance simply tells'
  223.     tr 'the c2AMIGA c5how fast to enter Extended Thinking Mode. It will either'
  224.     tr 'be 20, 30, or 40 seconds.n1'
  225.     tr '    Extended Thinking Mode is used solely during turns 11-20.n1'
  226.     tr 'c7Press any key now...g1'
  227.   signal SYSOP
  228.  
  229. GAME:
  230.     tr 'f1@4z1c3 How the Game was Concepted z0n1c5'
  231.     tr '    This game started out to be a clone of a word game called'
  232.     tr 'c2JOTTOc5, but I made a big mistake.  I misinterpreted the rules of'
  233.     tr 'the game.  I did not discover this until the game was finished.'
  234.     tr 'I had asked a friend to try out the game, and he told me it'
  235.     tr 'was nothing like c2JOTTOc5.n1'
  236.     tr '    I was crushed at hearing this, until he made his next comment'
  237.     tr 'that it was a heck of a lot c2HARDER c5than c2JOTTOc5. Great, first I'
  238.     tr 'goofed up on the rules, and now I made a game that was too c2HARDc5.n1'
  239.     tr '    I told my friend thanks, and asked him to let me at the'
  240.     tr 'computer. I wanted to see if I could re-program the game, so that'
  241.     tr 'it met the needed rules, but my friend would not hear of it.n1'
  242.     tr '    Now, wait a sec Dave, I want to beat the computer first. That'
  243.     tr 'clinched it. He said he enjoyed c2MY c5version better than c2JOTTOc5, and'
  244.     tr 'that I should not touch a c2THINGc5. He also suggested the c2HINT c5option.n1'
  245.     tr 'He really enjoyed playing, and I hope you and your users will too.n1'
  246.     tr 'c7Press any key...g1'
  247.   signal SYSOP
  248.  
  249. CONTINUE:
  250.     se 'c7Press any key to return to the menu...g1' ; call CUTOFF
  251.   signal START
  252.  
  253. CUTOFF:
  254.         if result~='###PANIC' then return
  255.         tr 'c7Loss of Carrier...' ; bufferflush
  256.         logentry 'Loss of carrier: Wordo.Docs'
  257.     exit
  258.  
  259. QUIT:
  260.         se 'n1c7Load the Wordo game now? [Yes]: ';gc;a=result
  261.         if a='N' then do;tr 'No.';exit;end;else tr 'Yes!'
  262.         bufferflush;tr 'n1c7Loading Wordo...#0'wordopath'}'
  263.     exit
  264.  
  265. SYNTAX:;ERROR:;IOERR:;e1=' Error: 'rc' ('errortext(rc)')'
  266.   e2='  Line: 'left(sigl,4)'File:';gu 1311992;a=result;gu 1311960;b=result;c='"'a||b'"';e2=e2' 'c;tr e1;tr e2;logentry e1;logentry e2
  267.   e=sourceline(sigl);do while e~='';e3='Source: 'left(e,37);tr e3;logentry e3;e=substr(e,38);end;bufferflush;exit
  268. /** Last Edited: 7-Oct-95 *************************************************\
  269. \****************************************** Frontiers BBS (716)/823-9892 **/
  270.